home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / lamstex / NOTE < prev   
Text File  |  1991-09-06  |  3KB  |  123 lines

  1. [This file is ./TeX3.14/LAMS-TeX/NOTE
  2.  for users of the Unix TeX distribution.
  3.  
  4.  August 1991.
  5.  
  6.  
  7. The original LAMS-TeX distribution was intended for DOS
  8. and Macintosh machines.  The LAMS-TeX documentation will 
  9. reflect this.
  10.  
  11. All essential files have been kept, and are organized as
  12. follows:
  13.  
  14.     --all LAMS-TeX input files (macros and documents)
  15.       are in ./inputs
  16.  
  17.     --all METAFONT sources for producing commutative 
  18.       diagrams are in ./mf
  19.  
  20.     --*.tfm font files generated from these sources
  21.       are in ./tfm
  22.  
  23.     --the index program (turns LAMS-TeX index files
  24.       into sorted, extended files) has been ported
  25.       to Unix by Pierre MacKay.  Gcc with or without 
  26.           optimization will compile it.
  27.  
  28.         If you can get it to work with cc,
  29.         let us know, and we will add your
  30.         fixes to the distribution.
  31.  
  32.         E-mail: mackay@cs.washington.edu
  33.                 elisabet@max.u.washington.edu
  34.         Phone:  (206) 543-6259
  35.  
  36.     --the dvipaste program has been placed in 
  37.       DVIware/dvitools/dvipaste because of its
  38.       general usefulness.  LAMS-TeX users will 
  39.       need it when producing tables.  (DVIware
  40.       is parallel to the directory TeX3.14.)  
  41.  
  42.  
  43. To generate the LAMS-TeX Installation Manual--also known as
  44. "Read Me First!":
  45.  
  46. 1) Copy the contents of ./inputs to your TEXINPUTS directory 
  47.    (or to any directory where TeX can find them), or use 
  48.    symbolic links.
  49.  
  50. 2) Copy the contents of ./mf to your MFINPUTS directory
  51.    (or use symbolic links).
  52.  
  53. 3) If you followed the installation instructions in 
  54.    ./TeX3.14/README, you have made and installed METAFONT.
  55.  
  56.    Use it to generate the *.pk font files for your previewer/printer 
  57.    driver programs.
  58.  
  59.    The METAFONT man page is your guide to generating 
  60.    fonts.  We strongly recommend that TeX users 
  61.    become familiar with at least this METAFONT document.
  62.  
  63.    Sample command line for generating lams1.300gf for a 300dpi 
  64.    write-white device:
  65.  
  66.        % mf '\mode=RicohFourZeroEightZero; \mag=magstep0;' input lams1
  67.  
  68.    The lams?.tfm files should be placed in your TEXFONTS 
  69.    directory.  The gf font files can be converted into pk format 
  70.    via the mfware utility gftopk.  Rastered fonts should be 
  71.    placed wherever your driver program expects to find them.
  72.  
  73. 4) Go to DVIware/dvitools/dvipaste; make, test, and install the 
  74.    dvipaste program.
  75.  
  76. 5) Run the following commands in sequence:
  77.  
  78.     % tex insttbls
  79.     % tex inst
  80.  
  81.         [ ignore warning messages ]        
  82.  
  83.     % emacs inst.tex 
  84.  
  85.         [ edit this file
  86.         to remove the % sign 
  87.         in front of the line
  88.         \maketoc ]
  89.  
  90.     % tex inst
  91.  
  92.         [ no warning messages should appear ]
  93.  
  94.     % tex inst
  95.  
  96.         [ yes, a third time ]
  97.  
  98.     % dvipaste inst
  99.  
  100. Preview or print the resulting inst.dvi file to learn about the 
  101. details for the steps above.  It is important that you do so.
  102.  
  103. 6) TeX the samp.tex file to see another sample of LAMS-TeX at work,
  104.    as well as for details about obtaining the primary manual and 
  105.    other documentation for these macros.
  106.  
  107.  
  108. ====================================================================
  109.  
  110. LAMS-TeX (including the programs dvipaste and index) has been 
  111. released as public domain software for inclusion in public archives 
  112. by Michael Spivak of TeXplorators.
  113.  
  114. Send serious questions and bug reports to: spivak@math15.rice.edu.
  115. This is NOT, repeat NOT, an FTP site for LAMS-TeX.
  116.  
  117. The UnixTeX repackaging of LAMS-TeX (including the programs
  118. dvipaste and index) is available on june.cs.washington.edu,
  119. in the directory ~ftp/tex.
  120.  
  121.  
  122. ================================EOF=================================
  123.